Skip to content

build(deps): bump the go-dependencies group across 1 directory with 3 updates#232

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-f143ac6056
Closed

build(deps): bump the go-dependencies group across 1 directory with 3 updates#232
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-f143ac6056

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the go-dependencies group with 3 updates in the / directory: github.com/ethpandaops/beacon, github.com/ethpandaops/xatu and github.com/go-co-op/gocron/v2.

Updates github.com/ethpandaops/beacon from 0.67.0 to 0.69.0

Release notes

Sourced from github.com/ethpandaops/beacon's releases.

v0.69.0

Adds typed support for the fast_confirmationethereum/beacon-APIs#598OnFastConfirmation subscriber + publishFastConfirmation publisher mirror the existing block_gossip wiring. Bumps go-eth2-client to a pseudo-version that ships FastConfirmationEvent.

v0.68.0

  • Swap go-eth2-client dependency from github.com/attestantio/go-eth2-client v0.27.1 to the ethpandaops fork github.com/ethpandaops/go-eth2-client v0.1.2.
  • Add DataVersionGloas and DataVersionHeze to state.ForkOrder (covered by existing exhaustiveness test).
  • Pin CI golangci-lint to v2.10.1 to match .tool-versions.

Breaking: downstream consumers must also move from attestantio types to ethpandaops/go-eth2-client types — see #72 for the playbook.

Commits
  • 02a29d7 Merge pull request #73 from ethpandaops/feat/fast-confirmation-event
  • 9e4f482 publish typed fast_confirmation events
  • 7b881cd Merge remote-tracking branch 'origin/master' into feat/fast-confirmation-event
  • 8882c9d recognize fast_confirmation event topic
  • aef99d3 chore: swap go-eth2-client to ethpandaops fork v0.1.2 (#72)
  • 26285c2 Merge pull request #68 from ethpandaops/chore/bump-lint
  • d699c17 chore(replace golangci-lint): update golangci-lint version from 2.4.0 to 2.10...
  • See full diff in compare view

Updates github.com/ethpandaops/xatu from 1.9.1 to 1.15.0

Release notes

Sourced from github.com/ethpandaops/xatu's releases.

v1.15.0

Changelog

  • 75877668ac0ce071b61b02e668cef514a409f7ef feat(sentry-logs): make the xatu sink buffer/concurrency/timeout env-tunable (#846)

v1.14.0

Changelog

  • 809276545970784b194574a07ea866991dac3274 feat: add state size delta and trie depth (#722)

v1.13.1

Changelog

  • 8b98f5b16cba7d7b734074df87262374dceceb6b Scope consumoor Kafka traces (#844)

v1.13.0

Changelog

  • 7dc8cad6bc4d9a95d0c21bdf25c17e036ced5372 lowercase telemetry service names (#843)

v1.12.1

Changelog

  • 4f170220a9ce26fe28e53c6808d0eddf023c16b6 fix(processor): stop per-trace partitioning in BatchItemProcessor (#841)

v1.12.0

Changelog

  • cd0627bff34f4557959638f506a42636eefd9f7b feat(observability): full OTel traces with gRPC propagation (#835)

v1.11.0

End-to-end support for the new beacon API SSE event fast_confirmation introduced in ethereum/beacon-APIs#598.

  • New sentry event handler with dedup cache and wallclock-aware additional data
  • New server event-ingester route and beacon_api_eth_v1_events_fast_confirmation ClickHouse table (migration 002)
  • Derived ClickHouse columns are Nullable so epoch 0 = genesis (real) versus missing data (null)
  • Uses typed OnFastConfirmation from ethpandaops/beacon v0.69.0

v1.10.0

Changelog

  • ba00172082a6e2be2345fa194fae74700f1ca3a8 Merge pull request #822 from ethpandaops/chore/fix-ci-go-bump
  • a814d0faba78782e3188a3701c775174fb06c595 chore(workflows): update Golang version to 1.26.2 and golangci-lint version to 2.12.2 for consistency and compatibility chore(Dockerfile, go.mod): upgrade base Go image to 1.26.2 and update Go module version to match chore(go.mod): update dependencies to ensure compatibility with Go 1.26.2 and fix potential vulnerabilities
  • a8390f63b188352391323af6dfbcbebd6499cc0c feat(output): add s3blobstore sink for blob sidecar archival
Commits
  • 7587766 feat(sentry-logs): make the xatu sink buffer/concurrency/timeout env-tunable ...
  • 8092765 feat: add state size delta and trie depth (#722)
  • 8b98f5b Scope consumoor Kafka traces (#844)
  • 7dc8cad lowercase telemetry service names (#843)
  • 4f17022 fix(processor): stop per-trace partitioning in BatchItemProcessor (#841)
  • cd0627b feat(observability): full OTel traces with gRPC propagation (#835)
  • 908ea1c feat(local): swap xatu-server to direct kafka output with protobuf (#834)
  • 467c4b9 feat: capture fast_confirmation beacon-api event in sentry (#830)
  • ca4ae30 chore: swap go-eth2-client to ethpandaops fork v0.1.2 (#828)
  • a8390f6 feat(output): add s3blobstore sink for blob sidecar archival
  • Additional commits viewable in compare view

Updates github.com/go-co-op/gocron/v2 from 2.21.1 to 2.21.2

Release notes

Sourced from github.com/go-co-op/gocron/v2's releases.

v2.21.2

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2

Commits

@dependabot dependabot Bot requested a review from mattevans as a code owner May 18, 2026 14:24
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels May 18, 2026
@mattevans
Copy link
Copy Markdown
Member

@dependabot rebase

… updates

Bumps the go-dependencies group with 3 updates in the / directory: [github.com/ethpandaops/beacon](https://github.com/ethpandaops/beacon), [github.com/ethpandaops/xatu](https://github.com/ethpandaops/xatu) and [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron).


Updates `github.com/ethpandaops/beacon` from 0.67.0 to 0.69.0
- [Release notes](https://github.com/ethpandaops/beacon/releases)
- [Commits](ethpandaops/beacon@v0.67.0...v0.69.0)

Updates `github.com/ethpandaops/xatu` from 1.9.1 to 1.15.0
- [Release notes](https://github.com/ethpandaops/xatu/releases)
- [Commits](ethpandaops/xatu@v1.9.1...v1.15.0)

Updates `github.com/go-co-op/gocron/v2` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v2.21.1...v2.21.2)

---
updated-dependencies:
- dependency-name: github.com/ethpandaops/beacon
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/xatu
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-co-op/gocron/v2
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the go-dependencies group with 3 updates build(deps): bump the go-dependencies group across 1 directory with 3 updates May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-f143ac6056 branch from 65913cb to e1fff5f Compare May 28, 2026 02:05
@mattevans
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 28, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go-dependencies-f143ac6056 branch May 28, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant